projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdf517d
)
[introspection] mark invokers for gtkeditable vfuncs
author
John (J5) Palmieri
<johnp@redhat.com>
Wed, 10 Nov 2010 01:57:56 +0000
(20:57 -0500)
committer
John (J5) Palmieri
<johnp@redhat.com>
Wed, 10 Nov 2010 02:00:14 +0000
(21:00 -0500)
gtk/gtkeditable.c
patch
|
blob
|
history
diff --git
a/gtk/gtkeditable.c
b/gtk/gtkeditable.c
index fc6ea32c2649d74f1839c0127c3f62dd6b4dba0e..e85b1f16bfd87457073e6a6e6f4ae2c7c9b4a749 100644
(file)
--- a/
gtk/gtkeditable.c
+++ b/
gtk/gtkeditable.c
@@
-199,6
+199,8
@@
gtk_editable_base_init (gpointer g_class)
*
* Note that the position is in characters, not in bytes.
* The function updates @position to point after the newly inserted text.
+ *
+ * Virtual: do_insert_text
*/
void
gtk_editable_insert_text (GtkEditable *editable,
@@
-373,6
+375,8
@@
gtk_editable_delete_selection (GtkEditable *editable)
* the end of the text.
*
* Note that positions are specified in characters, not bytes.
+ *
+ * Virtual: set_selection_bounds
*/
void
gtk_editable_select_region (GtkEditable *editable,